net/http.http2responseWriterState.handlerDone (field)

8 uses

	net/http (current package)
		h2_bundle.go#L6105: 	handlerDone   bool     // handler has finished
		h2_bundle.go#L6168: 		if clen == "" && rws.handlerDone && http2bodyAllowedForStatus(rws.status) && (len(p) > 0 || !isHeadResp) {
		h2_bundle.go#L6202: 		endStream := (rws.handlerDone && !rws.hasTrailers() && len(p) == 0) || isHeadResp
		h2_bundle.go#L6223: 	if len(p) == 0 && !rws.handlerDone {
		h2_bundle.go#L6227: 	if rws.handlerDone {
		h2_bundle.go#L6234: 	endStream := rws.handlerDone && !hasNonemptyTrailers
		h2_bundle.go#L6243: 	if rws.handlerDone && hasNonemptyTrailers {
		h2_bundle.go#L6451: 	rws.handlerDone = true